SinglePoseDetectionModel

fun SinglePoseDetectionModel(modelBytes: ByteArray)

Constructs the pose detection model from a model bytes.

Parameters

modelBytes
fun SinglePoseDetectionModel(internalModel: OnnxInferenceModel, modelKindDescription: String? = null)

Parameters

internalModel

model used to make predictions